Skip to content

feat: remove cache #182

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

apkostka
Copy link
Contributor

@apkostka apkostka commented Aug 12, 2025

What type of PR is this? (check all applicable)

  • Refactor
  • Feature
  • Bug Fix
  • Optimization
  • Documentation Update

Description

We decided in the 8/6 meeting to remove the cache to better conform to user's privacy concerns. This PR removes the session functionality, any mention of redis / valkey, and reworks the frontend to send the entire conversation history with each request to the API.

Additionally, I removed any code referencing the citations feature, since it has not been used and would require siginificant refactoring to reimplement.

Related Tickets & Documents

QA Instructions, Screenshots, Recordings

Please replace this line with instructions on how to test your changes, a note
on the devices and browsers this has been tested on, as well as any relevant
images for UI changes.

Added/updated tests?

  • Yes
  • No, and this is why: please replace this line with details on why tests
    have not been included
  • I need help with writing tests

[optional] Are there any post deployment tasks we need to perform?

@apkostka apkostka self-assigned this Aug 12, 2025
@apkostka apkostka added enhancement New feature or request backend Bot implementation and other backend concerns frontend Frontend implementation (follows UX design) labels Aug 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Bot implementation and other backend concerns enhancement New feature or request frontend Frontend implementation (follows UX design)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove stored conversation state
2 participants